Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 22d8d35

Browse files
committed
HOTFIX: storage path import
1 parent 824c1be commit 22d8d35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/storage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { dirname } from 'path';
44
import Snippet from './snippet.js';
55
import Util from './util.js';
66
const fs = require('fs');
7+
const path = require('path');
78

89
export default class Storage {
910

0 commit comments

Comments
 (0)