API: Cancel sleeve's current task when calling ns.sleeve.travel() (#2559)

This commit is contained in:
catloversg
2026-03-08 03:10:20 +07:00
committed by GitHub
parent 39a7a31276
commit e329082a48
4 changed files with 14 additions and 2 deletions
+5
View File
@@ -570,5 +570,10 @@ export const breakingChanges300: VersionBreakingChange = {
"RAM cost. Now the hacknet namespace does not incur RAM cost, but each hacknet API incurs a 0.5GB RAM cost.",
showWarning: false,
},
{
brokenAPIs: [{ name: "ns.sleeve.travel" }],
info: "ns.sleeve.travel() did not cancel the sleeve's current task. It does now.",
showWarning: false,
},
],
};
+1 -1
View File
@@ -621,7 +621,7 @@ Error: ${e}`,
if (ver < 45) {
initDarkwebServer();
}
if (ver < 46) {
if (ver < 47) {
showAPIBreaks("3.0.0", breakingChanges300);
}
}