Skip to content

Commit

Permalink
chore: fix import extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jul 21, 2022
1 parent 8872030 commit 1e454e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import watch from 'node-watch';
import { execSync } from 'child_process';
import { debounce } from './blocks/utils/debounce';
import { debounce } from './blocks/utils/debounce.js';

let onChange = debounce((type, filepath) => {
console.log(type, filepath);
Expand Down

0 comments on commit 1e454e2

Please sign in to comment.