Skip to content

Commit

Permalink
Fix absolute path usage instead of relative one
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Apr 21, 2019
1 parent d88bdc1 commit 26c51c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/LoadAndSave.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

// common modules
import debounce from "/common/modules/lodash/debounce.js";
import debounce from "../../lodash/debounce.js";
import * as CommonMessages from "../../MessageHandler/CommonMessages.js";

// import internal modules
Expand Down

0 comments on commit 26c51c6

Please sign in to comment.