Skip to content

Commit 9065630

Browse files
committed
clean up empty error path
1 parent 8d4214f commit 9065630

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Alloy/commands/db/index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ module.exports = async function(args, program) {
3131
}
3232
});
3333
}
34-
} catch (error) {
35-
//
36-
}
34+
} catch (error) {}
3735
};
3836

3937
function execCommand(currentCommand) {

0 commit comments

Comments
 (0)