DNET: Update documentation (#2483)

This commit is contained in:
Michael Ficocelli
2026-02-07 22:25:56 -05:00
committed by GitHub
parent e649adfef4
commit 425bff8217
25 changed files with 611 additions and 71 deletions
+4 -1
View File
@@ -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);
}