Skip to content

Commit 8445984

Browse files
committed
Added checks at places where undefined errors were thrown
1 parent 366cc23 commit 8445984

8 files changed

Lines changed: 554 additions & 531 deletions

File tree

Cakefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ fs = require 'fs'
33
util = require 'util'
44
{jsmin} = require 'jsmin'
55

6-
try
7-
packer = require 'packer'
8-
catch err
9-
packer = null
6+
packer = null
107

118
targetName = "caman"
129

0 commit comments

Comments
 (0)