Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-platform
Commits
916cbcb8
Commit
916cbcb8
authored
Mar 27, 2020
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo in System.Process
parent
209b49f4
Pipeline
#40685
passed with stage
in 2 minutes and 2 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/libraries/OS-Windows/System/Process.icl
src/libraries/OS-Windows/System/Process.icl
+1
-1
No files found.
src/libraries/OS-Windows/System/Process.icl
View file @
916cbcb8
...
...
@@ -197,7 +197,7 @@ writePipe str (WritePipe hPipe) world
=
(
Ok
(),
world
)
terminateProcessCode
::
!
ProcessHandle
!
Int
!*
World
->
(!
MaybeOSError
(),
!*
World
)
terminateProcess
hProc
=:{
processHandle
}
exitCode
world
terminateProcess
Code
hProc
=:{
processHandle
}
exitCode
world
#
(
ok
,
world
)
=
'
System
.
_WinBase
'.
terminateProcess
processHandle
exitCode
world
=
closeProcessHandle
hProc
world
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment