Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor type fixes #200

Merged
merged 2 commits into from
Aug 11, 2020
Merged

minor type fixes #200

merged 2 commits into from
Aug 11, 2020

Conversation

Half-Shot
Copy link
Contributor

No description provided.

@Half-Shot Half-Shot requested a review from jaller94 August 11, 2020 12:49
@@ -15,7 +15,7 @@ limitations under the License.
*/

import * as fs from "fs";
import * as path from "path";
import path from "path";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path gets imported like this, but fs above does not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apparently we needed the default path but not for fs

Copy link
Contributor

@jaller94 jaller94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe.

@Half-Shot Half-Shot merged commit 329dc87 into develop Aug 11, 2020
@jaller94 jaller94 deleted the hs/minor-fixes branch August 11, 2020 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants