mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 16:13:49 +01:00
nano new ns2 file starts with param
This commit is contained in:
parent
995a0b11d9
commit
cdbbc657e2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -26,7 +26,7 @@ export function nano(
|
|||||||
if (filename.endsWith(".ns") || filename.endsWith(".js")) {
|
if (filename.endsWith(".ns") || filename.endsWith(".js")) {
|
||||||
code = `/**
|
code = `/**
|
||||||
* @param {NS} ns
|
* @param {NS} ns
|
||||||
* /
|
**/
|
||||||
export async function main(ns) {
|
export async function main(ns) {
|
||||||
|
|
||||||
}`;
|
}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user