Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(exec): join paths correctly#975

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nfischer merged 1 commit intomasterfromexec-join-paths
Oct 29, 2019
Merged

fix(exec): join paths correctly#975

nfischer merged 1 commit intomasterfromexec-join-paths
Oct 29, 2019

Conversation

@nfischer
Copy link
Member

Previously, we just concatenated _tempDir() with '/' and a random
filename. Instead, we should join paths with path.join() to use the OS
path separator.

This is a speculative fix for issue#974, although this may not be
enough to actually make Windows happy.

Issue#974

Previously, we just concatenated _tempDir() with '/' and a randomfilename. Instead, we should join paths with path.join() to use the OSpath separator.This is a speculative fix for issue#974, although this may not beenough to actually make Windows happy.Issue#974
@codecov-io
Copy link

codecov-io commentedOct 29, 2019
edited
Loading

Codecov Report

Merging#975 intomaster willnot change coverage.
The diff coverage is100%.

Impacted file tree graph

@@           Coverage Diff           @@##           master     #975   +/-   ##=======================================  Coverage   97.14%   97.14%           =======================================  Files          34       34             Lines        1298     1298           =======================================  Hits         1261     1261             Misses         37       37
Impacted FilesCoverage Δ
src/exec.js94.87% <100%> (ø)⬆️

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update05374a7...0f1481b. Read thecomment docs.

@nfischernfischer merged commit12b8c48 intomasterOct 29, 2019
@nfischernfischer deleted the exec-join-paths branchOctober 29, 2019 08:35
@nfischernfischer added this to thev0.9.0 milestoneApr 6, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

execIssues specific to the shell.exec() APIWindows

Projects

None yet

Milestone

v0.9.0

Development

Successfully merging this pull request may close these issues.

3 participants

@nfischer@codecov-io

[8]ページ先頭

©2009-2025 Movatter.jp