Skip 32bit platform warning test after node 8.9.0#351
Skip 32bit platform warning test after node 8.9.0#351gaofanmichael merged 1 commit intogoogleapis:masterfrom
Conversation
fd7152d to
2de2c35
Compare
DominicKramer
left a comment
There was a problem hiding this comment.
LGTM after the Debuggee private to public changes are moved to their own PR.
test/test-debuglet.ts
Outdated
| assert.equal((debuglet.debuggee_ as Debuggee).project, projectId); | ||
| const arch = process.arch; | ||
| if (semver.satisfies(process.version, '>=8.5') && | ||
| semver.satisfies(process.version, '<8.9') && |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
src/debuggee.ts
Outdated
| } | ||
|
|
||
| export class Debuggee { | ||
| private uniquifier: string; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
I think the phrase |
|
Also the title |
d27a997 to
6acfdc1
Compare
As asnyc stack traces will not be turned on by default statring with node 8.9.0, The warning message of 'async stack trace is not available on 32 bit platform' no longer emitted. We will not emit this elaboration to users.
6acfdc1 to
52f973d
Compare
As asnyc stack traces will not be turned on by default after node 8.9.0,
The warning message of 'async stack trace is not available on 32 bit
platform' no longer emitted. We will not emit this message after node
8.9.0.