Skip to content

Commit

Permalink
fixup! src: create Environment properties in Environment::CreatePrope…
Browse files Browse the repository at this point in the history
…rties()
  • Loading branch information
joyeecheung committed May 31, 2019
1 parent 8d400df commit 1de0c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.cc
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Environment::Environment(IsolateData* isolate_data,
async_hooks_.no_force_checks();
}

// TODO(joyeecheung): deserialize when the snapshot cover the environment
// TODO(joyeecheung): deserialize when the snapshot covers the environment
// properties.
CreateProperties();
}
Expand Down

0 comments on commit 1de0c1a

Please sign in to comment.