Skip to content

Commit 441f8a2

Browse files
committed
supress astyle warnings
1 parent 1906fea commit 441f8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/scripts/generateNativeCode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module.exports = function generateNativeCode() {
143143
);
144144
});
145145
}
146-
})
146+
}, function() {})
147147
}).catch(console.log);
148148

149149
};

0 commit comments

Comments
 (0)