Skip to content

Commit 0cc3790

Browse files
authored
chore: fix failing lint CI job on main (#1021)
See https://github.com/denoland/deno_core/actions/runs/12589761265/job/35090134069 Looks like #1008 missed a file, don't know why CI passed in the PR though 🤔
1 parent 687dad7 commit 0cc3790

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.out

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/integration/error_source_maps_with_prepare_stack_trace/error_source_maps_with_prepare_stack_trace.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
1+
// Copyright 2018-2025 the Deno authors. MIT license.
2+
23
// deno-lint-ignore-file no-explicit-any
34
type Thing = {
45
name: string;

0 commit comments

Comments
 (0)