Skip to content

Commit dc53f26

Browse files
committed
Fix quotes
1 parent f78e0d0 commit dc53f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transpile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as ts from "typescript";
22
import { CompilerOptions } from "./CompilerOptions";
3-
import { transpileError } from './diagnostics';
3+
import { transpileError } from "./diagnostics";
44
import { LuaPrinter } from "./LuaPrinter";
55
import { LuaTransformer } from "./LuaTransformer";
66
import { TranspileError } from "./TranspileError";

0 commit comments

Comments
 (0)