fixed unpaired brackets

This commit is contained in:
sarawarnock
2021-02-26 14:25:31 -07:00
parent effdfd9b40
commit 95967b2e7a

View File

@@ -198,6 +198,8 @@ try {
}, },
// The rest will be the same as above // The rest will be the same as above
...
});
} catch (err) { } catch (err) {
doSomethingWithTheError(err); doSomethingWithTheError(err);