Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed May 5, 2023
1 parent 5d765cf commit ad48cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const fs = require('fs');
const toml = require('toml');
const prettier = require('prettier');
const { normalizeAll, buildEnum, buildMetas, strip } = require('../dist/@glimmer/debug');
const { normalizeAll, buildEnum, buildMetas, strip } = require('@glimmer/debug');

function parse(file) {
let opcodes = fs.readFileSync(file, { encoding: 'utf8' });
Expand Down

0 comments on commit ad48cc9

Please sign in to comment.