diff options
Diffstat (limited to 'src/runtime.footer.node.js')
-rw-r--r-- | src/runtime.footer.node.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime.footer.node.js b/src/runtime.footer.node.js index a6e425e44..b32dc78fa 100644 --- a/src/runtime.footer.node.js +++ b/src/runtime.footer.node.js @@ -48,7 +48,7 @@ var process = target = process = _process; return Reflect.has(_process, prop, receiver); }, - } + }, ); var Buffer = @@ -81,5 +81,5 @@ var Buffer = target = Buffer = NewBuffer; return Reflect.has(NewBuffer, prop, receiver); }, - } + }, ); |