Add missing semicolon

This commit is contained in:
Kevin Sawicki 2016-02-16 16:08:36 -08:00
parent 5e5313d8b1
commit 04517caf36

View file

@ -14,4 +14,4 @@ exports.openExternal = (url, options) => {
}
return bindings._openExternal(url, activate);
}
};