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

Commit e45ef5e

Browse files
author
Maximilian Schmidt
authored
Merge pull request #14 from MCStreetguy/dev
HOTFIX: Storage path usage
2 parents 2b3065d + 22d8d35 commit e45ef5e

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)