This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
forked from googleapis/cloud-debug-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow snapshots in shorter transpiled files
If a source file had `n` lines and was transpiled to a JavaScript file with `m` lines with `m < n`, and one tried to set a snapshot on a line between `m+1` and `n` in the original source file, setting the snapshot would incorrectly fail with an error stating that the requested line was beyond the size of the file. Fixes: googleapis#464
- Loading branch information
1 parent
a136e14
commit 4e53557
Showing
2 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters