mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #10740 from gabrielmcoelho/patch-1
change success variable declaration
This commit is contained in:
@@ -446,7 +446,7 @@ Meteor.isServer && Tinytest.addAsync('check - non-fiber check works', (test, onC
|
||||
// Get out of a fiber with process.nextTick and ensure that we can still use
|
||||
// check.
|
||||
process.nextTick(() => {
|
||||
const success = true;
|
||||
let success = true;
|
||||
if (Fiber.current) {
|
||||
success = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user