Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e4d464d

Browse files
committed
electron: Fix deprecated assert syntax
1 parent 557f609 commit e4d464d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/asset_path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import packageJson from "../../package.json" assert { type: "json" };
1+
import packageJson from "../../package.json" with { type: "json" };
22

33
export default `assets/v${packageJson.version}`;

0 commit comments

Comments
 (0)