chore: Run gts fix and manually fix some errors#369
chore: Run gts fix and manually fix some errors#369DominicKramer merged 12 commits intogoogleapis:masterfrom
gts fix and manually fix some errors#369Conversation
src/agent/debuglet.ts
Outdated
| const that = this; | ||
| process.on('warning', (warning) => { | ||
| if ((warning as any).code === | ||
| if ((warning as {} as {code: string}).code === |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| timesliceEnd = currTime + 1000; | ||
| } | ||
| print( | ||
| // TODO: Address the case where `breakpoint.logMessageFormat` is |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| // TODO: Determine how to remove this cast to any. | ||
| assert(bp.variableTable.some(function(v) { | ||
| // TODO: Handle the case when v is undefined | ||
| // TODO: Handle the case when v.status is undefined |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
jinwoo
left a comment
There was a problem hiding this comment.
LGTM after the change about the code field in the error.
No description provided.