mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 15:17:48 +02:00
Removes extra asterisk in template
This commit is contained in:
@@ -20,7 +20,7 @@ function isNs2(filename: string): boolean {
|
||||
return filename.endsWith(".ns") || filename.endsWith(".js");
|
||||
}
|
||||
|
||||
const newNs2Template = `/** @param {NS} ns **/
|
||||
const newNs2Template = `/** @param {NS} ns */
|
||||
export async function main(ns) {
|
||||
|
||||
}`;
|
||||
|
||||
Reference in New Issue
Block a user