Skip to content

Commit adaed24

Browse files
authored
🐛 Add missing os import (#207)
This fixes #206
1 parent 20eba84 commit adaed24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/appdmg.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict'
22

33
const fs = require('fs')
4+
const os = require('os')
45
const path = require('path')
56

67
const async = require('async')

0 commit comments

Comments
 (0)