Fix linter errors

This commit is contained in:
Martin Fournier
2021-12-21 13:07:51 -05:00
parent ea0be338e1
commit 6b59a58ea3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ function isNs2(filename: string): boolean {
const newNs2Template = `/** @param {NS} ns **/
export async function main(ns) {
}`;
export function commonEditor(
command: string,
{ terminal, router, player, server, args }: EditorParameters,
{ terminal, router, player, args }: EditorParameters,
scriptEditorRouteOptions?: ScriptEditorRouteOptions,
): void {
if (args.length < 1) {