diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-11 13:16:14 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-11 17:49:52 +0200 |
commit | b042c7c071827fd516bf7b5b52f2aed0473691e1 (patch) | |
tree | 827e9c3c20909c648d3f113127914ca2d81df7fa /v8_source_maps.ts | |
parent | cc29542ad87fba6d605e65f468f1943bf8e200cb (diff) |
Run 'make fmt'
Diffstat (limited to 'v8_source_maps.ts')
-rw-r--r-- | v8_source_maps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v8_source_maps.ts b/v8_source_maps.ts index 0b7fc4e86..2384f34dc 100644 --- a/v8_source_maps.ts +++ b/v8_source_maps.ts @@ -162,7 +162,7 @@ function CallSiteToString(frame: CallSite): string { functionName.indexOf("." + methodName) !== functionName.length - methodName.length - 1 ) { - line += ` [as ${ methodName} ]`; + line += ` [as ${methodName} ]`; } } else { line += typeName + "." + (methodName || "<anonymous>"); |