From 513d087bea6e3ea445cf6ee3b22b8bb43e04e186 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker Date: Thu, 2 Jan 2025 15:11:04 -0800 Subject: [PATCH 1/2] fix ci --- .../error_source_maps_with_prepare_stack_trace.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.ts b/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.ts index 9802e8f0a..6d4f9cdea 100644 --- a/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.ts +++ b/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.ts @@ -1,4 +1,5 @@ -// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2025 the Deno authors. MIT license. + // deno-lint-ignore-file no-explicit-any type Thing = { name: string; From cf8b8d3309d81c9f8079601427fdcae2cd2a5b2d Mon Sep 17 00:00:00 2001 From: Nathan Whitaker Date: Thu, 2 Jan 2025 16:21:08 -0800 Subject: [PATCH 2/2] update test --- .../error_source_maps_with_prepare_stack_trace.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.out b/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.out index b1ca55104..7b4ebdb5f 100644 --- a/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.out +++ b/testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.out @@ -3,7 +3,7 @@ "filename": "test:///integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.ts", "methodName": null, "functionName": null, - "lineNumber": 8, + "lineNumber": 9, "columnNumber": 9 } ]