Skip to content

Commit 9a9bbb6

Browse files
committed
fix file path
1 parent 82d4fb9 commit 9a9bbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ext/multi_class.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-throw-literal */
2-
import * as logger from "./lib/logger.js";
2+
import * as logger from "../../lib/logger.js";
33
import * as regex from "../regex.js";
44

55
const MultiClassError = new Error();

0 commit comments

Comments
 (0)