mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 15:17:48 +02:00
DNET: Update documentation (#2483)
This commit is contained in:
committed by
GitHub
parent
e649adfef4
commit
425bff8217
@@ -809,7 +809,10 @@ export const ns: InternalAPI<NSFull> = {
|
||||
continue;
|
||||
}
|
||||
if (!path.endsWith(".lit")) {
|
||||
throw helpers.errorMessage(ctx, "Only works for script, text, and .lit files");
|
||||
throw helpers.errorMessage(
|
||||
ctx,
|
||||
`Cannot transfer ${path}: scp only can be used with script, text, and .lit files`,
|
||||
);
|
||||
}
|
||||
lits.push(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user