Skip to content

Commit fe4032f

Browse files
committed
UpdateFeed: add missing json require
1 parent ae66d0a commit fe4032f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/DependencyControl/UpdateFeed.moon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Logger = require "l0.DependencyControl.Logger"
22
ffi = require "ffi"
3+
json = require "json"
34
DownloadManager = require "DM.DownloadManager"
45

56
class ScriptUpdateRecord

0 commit comments

Comments
 (0)