mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
COMMAND: Improving error message for mv when a script is Running
* Adjusted error message to include information about making sure scripts are not running when trying to use mv on them. * nom run format * Added behaviour info to NetscriptDefinitions.d.ts * `npm run doc` * un-nested/inversed the check * `npm run format`
This commit is contained in:
committed by
GitHub
parent
ff106bb764
commit
8f69a6c0ee
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -8215,6 +8215,8 @@ export interface NS {
|
||||
*
|
||||
* This function can also be used to rename files.
|
||||
*
|
||||
* This function is not able to remove running scripts from their original locations. Make sure to stop any scripts before using this function on them.
|
||||
*
|
||||
* @param host - Hostname/IP of target server.
|
||||
* @param source - Filename of the source file.
|
||||
* @param destination - Filename of the destination file.
|
||||
|
||||
Reference in New Issue
Block a user