mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
Improved module import styling for all top-level src files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {Player} from "./Player";
|
||||
import {Bladeburner} from "./Bladeburner";
|
||||
import {makeRuntimeRejectMsg} from "./NetscriptEvaluator";
|
||||
import { Player } from "./Player";
|
||||
import { Bladeburner } from "./Bladeburner";
|
||||
import { makeRuntimeRejectMsg } from "./NetscriptEvaluator";
|
||||
|
||||
function unknownBladeburnerActionErrorMessage(functionName, actionType, actionName) {
|
||||
return `ERROR: bladeburner.${functionName}() failed due to an invalid action specified. ` +
|
||||
|
||||
Reference in New Issue
Block a user