mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
fix: switch to new api
This commit is contained in:
parent
fc7fc44027
commit
b8ac6d0949
@ -8,7 +8,7 @@ var http = require('http');
|
||||
var url = require('url');
|
||||
var path = require('path');
|
||||
var debug = require('debug')('pm2:serve');
|
||||
var probe = require('@pm2/io').probe();
|
||||
var probe = require('@pm2/io');
|
||||
|
||||
/**
|
||||
* list of supported content types.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user