Skip to content

Commit 5105527

Browse files
author
DavidQ
committed
corrected shared/ins to shared/inspectorUtils.js
1 parent 48d90f1 commit 5105527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/utils/arrayUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { sanitizeText } from "/src/engine/debug/inspectors/shared/ins";
1+
import { sanitizeText } from "/src/engine/debug/inspectors/shared/inspectorUtils.js";
22

33
export function ensureArray(value) {
44
return Array.isArray(value) ? value : [];

0 commit comments

Comments
 (0)