summaryrefslogtreecommitdiff
path: root/v8_source_maps.ts
diff options
context:
space:
mode:
Diffstat (limited to 'v8_source_maps.ts')
-rw-r--r--v8_source_maps.ts2
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>");