mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 04:05:46 +01:00
fix import statement, add jetbrains gitignore
This commit is contained in:
parent
2592c6ccd8
commit
fcdc7ecee1
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ Netburner.txt
|
||||
|
||||
# editor files
|
||||
.vscode
|
||||
|
||||
.idea/
|
||||
|
@ -13,7 +13,7 @@ import {
|
||||
isFileData,
|
||||
} from "./MessageDefinitions";
|
||||
|
||||
import libSource from "!!raw-loader!../ScriptEditor/NetscriptDefinitions.d.ts";
|
||||
import libSource from "../ScriptEditor/NetscriptDefinitions.d.ts";
|
||||
|
||||
function error(errorMsg: string, { id }: RFAMessage): RFAMessage {
|
||||
return new RFAMessage({ error: errorMsg, id: id });
|
||||
|
Loading…
Reference in New Issue
Block a user