Skip to content

Commit

Permalink
Fix warning about a call to namespace object
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Dec 20, 2023
1 parent e797ae5 commit 576a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.c.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as readline from "n-readlines";
import readline from "n-readlines";
import * as nativePathFromPath from "path";
import {DebuggerVariable, Attribute, VariableType} from "./debugger";

Expand Down

0 comments on commit 576a36a

Please sign in to comment.