[Client] Fix bug

This commit is contained in:
syuilo 2017-06-07 15:19:28 +09:00
parent 454f91298c
commit 3491d33b61

View File

@ -41,6 +41,8 @@ init(async (me, stream) => {
});
function registerNotifications(stream) {
if (stream == null) return;
stream.on('drive_file_created', file => {
const n = new Notification('ファイルがアップロードされました', {
body: file.name,